System.Collections.Generic.ICollection<T>.Add Method

Wintellect PowerCollections

Collapse imageExpand ImageCollapseAll imageExpandAll imageDropDown imageDropDownHover imageCopy imageCopyHover image
[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Namespace: Wintellect.PowerCollections
Assembly:  PowerCollections (in PowerCollections.dll)

Syntax

C#
private void ICollection<T>.Add(
	T item
)
Visual Basic (Declaration)
Private Sub System.Collections.Generic.ICollection<T>.Add ( _
	item As T _
) Implements ICollection(Of T).Add
Visual C++
private:
virtual void System.Collections.Generic.ICollection<T>.Add (
	T item
) sealed = ICollection<T>::Add

Parameters

item
T

See Also